/* basis.css */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9f9f9;
    margin: 20px;
    color: #333;
}

h1 {
    color: #0474fe;
    text-align: center;
}

